func github.com/golang-jwt/jwt/v5.errorIfRequired
8 uses
github.com/golang-jwt/jwt/v5 (current package)
validator.go#L174: return errorIfRequired(required, "exp")
validator.go#L195: return errorIfRequired(required, "iat")
validator.go#L216: return errorIfRequired(required, "nbf")
validator.go#L236: return errorIfRequired(required, "aud")
validator.go#L252: return errorIfRequired(required, "aud")
validator.go#L272: return errorIfRequired(required, "iss")
validator.go#L292: return errorIfRequired(required, "sub")
validator.go#L310: func errorIfRequired(required bool, claim string) error {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |